MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Item Property
The index.

In This Topic
Item Property (PagesCollection<T>)
In This Topic
Returns a Page object at specified index in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
 

Parameters

index
The index.

Property Value

An instanse of the Page class.
See Also